home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000332_news@newsmaster….columbia.edu _Sat Aug 1 15:46:16 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA29464
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 1 Aug 1998 15:46:16 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA12068
  7.     for kermit.misc@watsun; Sat, 1 Aug 1998 15:46:15 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Q: How to back up a DOS box to UNIX via Kermit?
  12. Date: 1 Aug 1998 19:46:09 GMT
  13. Organization: Columbia University
  14. Lines: 34
  15. Message-ID: <6pvra1$ave$1@apakabar.cc.columbia.edu>
  16. References: <slrn6s4abl.ha5.charlie@pc.antipope.org> <6pttmf$8te$1@samba.rahul.net> <slrn6s5t6j.jqj.charlie@pc.antipope.org>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9043
  19.  
  20. In article <slrn6s5t6j.jqj.charlie@pc.antipope.org>,
  21. Charlie Stross <charlie @ nospam . antipope . org> wrote:
  22. : On 1 Aug 1998 02:14:39 GMT, dold@37.usenet.us.com 
  23. : <dold@37.usenet.us.com> wrote:
  24. : >
  25. : >There is a separate utility called XSEND which will make a script for
  26. : >descending a hierachy, making new directories as it goes.
  27. : >I used this for replicating an MSDOS machine to a Unix box running Kermit.
  28. : >I don't remember where I got it, if it isn't on 
  29. : >http://www.columbia.edu/kermit
  30. : >I could make it available for anon-ftp.
  31. : I've just spent half an hour searching ftp.columbia.edu for any sign of
  32. : it. If you wouldn't mind sticking it on an ftp site somewhere (assuming
  33. : that its copyright declaration permits it) ...
  34. It's in:
  35.  
  36.   ftp://kermit.columbia.edu/kermit/a/msixse.* (text mode)
  37.  
  38. The DOS binary is in:
  39.  
  40.   ftp://kermit.columbia.edu/kermit/bin/msixse.exe (binary mode)
  41.  
  42. It's also in the UTILS directory on the MS-DOS Kermit diskette.
  43.  
  44. This is a program that creates a command file to be executed by MS-DOS Kermit,
  45. the result being to send a directory tree.  The advantage of this approach
  46. is that it works with older Kermit programs that do not support the new
  47. directory-tree transfer features (descent through directory tree, automatic
  48. creation of directories, inclusion of relative pathnames on outgoing files,
  49. automatic per-file text/binary mode switching, etc) themselves.
  50.  
  51. - Frank